home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TEVALFORM / TEVALFORM.txt < prev   
Text File  |  2004-04-06  |  3KB  |  154 lines

  1. object EvalForm: TEvalForm
  2.   Left = 199
  3.   Top = 150
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PowerArchiver 2003'
  7.   ClientHeight = 260
  8.   ClientWidth = 433
  9.   Color = clWhite
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 10
  21.     Top = 4
  22.     Width = 208
  23.     Height = 100
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 224
  29.     Top = 4
  30.     Width = 193
  31.     Height = 32
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'Thank you for choosing '#13#10'PowerArchiver!'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 224
  38.     Top = 106
  39.     Width = 193
  40.     Height = 33
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'To remove this notice, please '#13#10'register PowerArchiver.'
  44.     WordWrap = True
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 21
  48.     Top = 173
  49.     Width = 390
  50.     Height = 7
  51.     Shape = bsTopLine
  52.   end
  53.   object Label3: TLabel
  54.     Left = 0
  55.     Top = 178
  56.     Width = 430
  57.     Height = 47
  58.     Alignment = taCenter
  59.     AutoSize = False
  60.     BiDiMode = bdLeftToRight
  61.     Caption = 
  62.       'I wish to continue using PowerArchiver solely for evaluation'#13#10'pu' +
  63.       'rposes under the terms specified in the end-user license, and'#13#10'u' +
  64.       'nderstand that for any other use I must pay the registration fee' +
  65.       '.'
  66.     ParentBiDiMode = False
  67.     WordWrap = True
  68.   end
  69.   object Image2: TImage
  70.     Left = 8
  71.     Top = 4
  72.     Width = 208
  73.     Height = 100
  74.     AutoSize = True
  75.     Picture.Data = {<image001.bmp>}
  76.   end
  77.   object Image3: TImage
  78.     Left = 262
  79.     Top = 35
  80.     Width = 122
  81.     Height = 70
  82.     AutoSize = True
  83.     Picture.Data = {<image002.bmp>}
  84.   end
  85.   object Label4: TLabel
  86.     Left = 24
  87.     Top = 106
  88.     Width = 181
  89.     Height = 31
  90.     Alignment = taCenter
  91.     AutoSize = False
  92.     Caption = 'This unregistered version is '#13#10'for evaluation purposes only.'
  93.   end
  94.   object Image4: TImage
  95.     Left = 262
  96.     Top = 35
  97.     Width = 122
  98.     Height = 70
  99.     AutoSize = True
  100.     Picture.Data = {<image003.bmp>}
  101.   end
  102.   object CorelButton2: TButton
  103.     Left = 229
  104.     Top = 139
  105.     Width = 169
  106.     Height = 25
  107.     Caption = '&Ordering Information...'
  108.     TabOrder = 1
  109.     OnClick = CorelButton2Click
  110.   end
  111.   object CorelButton5: TButton
  112.     Left = 34
  113.     Top = 139
  114.     Width = 169
  115.     Height = 25
  116.     Caption = 'Enter &Registration Code...'
  117.     TabOrder = 0
  118.     OnClick = CorelButton5Click
  119.   end
  120.   object CorelButton3: TButton
  121.     Left = 34
  122.     Top = 226
  123.     Width = 109
  124.     Height = 25
  125.     Caption = 'I &Agree'
  126.     TabOrder = 2
  127.     OnClick = CorelButton3Click
  128.   end
  129.   object CorelButton1: TButton
  130.     Left = 160
  131.     Top = 226
  132.     Width = 109
  133.     Height = 25
  134.     Caption = 'View &License...'
  135.     TabOrder = 3
  136.     OnClick = CorelButton1Click
  137.   end
  138.   object CorelButton4: TButton
  139.     Left = 286
  140.     Top = 226
  141.     Width = 109
  142.     Height = 25
  143.     Caption = '&Quit'
  144.     TabOrder = 4
  145.     OnClick = CorelButton4Click
  146.   end
  147.   object Timer1: TTimer
  148.     Enabled = False
  149.     OnTimer = Timer1Timer
  150.     Left = 7
  151.     Top = 2
  152.   end
  153. end
  154.